Skip to main content

Struct CoreInlineExport<T>

Assembly: WaaS.Core.dll
View Source
Declaration
public readonly struct CoreInlineExport<T> : ICoreInlineExport<T> where T : ICoreSortedExportable<IExternal>

Implements:
WaaS.ComponentModel.Models.ICoreInlineExport<T>

Properties

Name

View Source
Declaration
public string Name { get; }

Item

View Source
Declaration
public IUnresolved<T> Item { get; }

Implements